Atomic Number (Z): The number of protons in nucleus.
Mass Number (A): The number of protons and neutrons in nucleus.
An atom X with atomic number Z and mass number A can be expressed as:
$$\ce{^{A}_{Z}X}$$
Two types of nuclear reactions:
Comparison of chemical reactions and nuclear reactions. The most important difference is chemical reactions do not break atoms while nuclear reactions do.
Nuclear Binding Energy: The energy required to break up a nucleus into its component protons and neutrons.
Example $\ce{^19_9F}$ contains 9 protons and 10 neutrons. The mass of 9 protons and 10 neutrons is
$$9\times 1.007825\,\text{amu}+10\times 1.008665\,\text{amu}=19.15708\,\text{amu}$$The mass of a $\ce{^19_9F}$ nucleus is $18.9984\,\text{amu}$.
The difference in mass is associated with the energy required to break up a nucleus into its component protons and neutrons.
$$E=mc^2$$
Thus
$$\Delta E = (\Delta m)c^2$$
In this example, $\Delta m = -0.1587\,\text{amu}$ and $\Delta E = -2.37\times 10^{-11}\,\text{J}$ per atom. For one mole atoms, $\Delta E = -1.43\times 10^{10}\,\text{kJ/mol}$.
Since there are 19 nucleons in one atom. The nuclear binding energy per nucleon is $\Delta E = -2.37\times 10^{-11}/19 = -1.25\times 10^{-12}\,\text{J}$.
Nuclei with larger nuclear binding energy per nucleon is more stable.
Requirements
- Understand the concepts;
- Know how to balance a nuclear reaction equation;
- Understand what is nuclear binding energy and its correlation with the nuclear stability.
Radioactive Decay: The process by which the nucleus of an unstable atom loses energy by emitting radiation, including alpha particles, beta particles, gamma rays, and conversion electrons.
Types of radioactive decay
Radiocarbon Dating Radiocarbon ($\ce{^14C}$) is constantly being created in the atmosphere by the interaction of cosmic rays with atmospheric nitrogen. The resulting radiocarbon combines with atmospheric oxygen to form radioactive carbon dioxide, which is incorporated into plants by photosynthesis; animals then acquire $\ce{^14C}$ by eating the plants. When the animal or plant dies, it stops exchanging carbon with its environment, and from that point onwards the amount of $\ce{^14C}$ it contains begins to decrease as the $\ce{^14C}$ undergoes radioactive decay. Measuring the amount of $\ce{^14C}$ in a sample from a dead plant or animal such as a piece of wood or a fragment of bone provides information that can be used to calculate when the animal or plant died. The older a sample is, the less $\ce{^14C}$ there is to be detected, and because the half-life of $\ce{^14C}$ is about 5,730 years, the oldest dates that can be reliably measured by radiocarbon dating are around 50,000 years ago.
$$\ce{^14_6C -> ^14_7N + ^0_{-1}\beta}+\gamma$$Since this reaction is a first order reaction, the half-life is a constant value.
Requirements
- Understand what are alpha decay and beta decay;
- Understand how to date a sample knowing the amount of $\ce{^14C}$ it contains. Use the method discussed in Chapter 14 Chemical Kinetics.
Nuclear Fission is the process in which a heavy nucleus (mass number > 200) divides to form smaller nuclei of intermediate mass and one or more neutrons.
Example
$$\ce{^235_92U + ^1_0n -> ^90_38Sr + ^143_54Xe + 3^1_0n}$$
In this process, one neutron is captured while three neutrons are produced. The resulting neutons can trigger further reactions. This property makes possible a nuclear chain reaction, which is a self-sustaining sequence of nuclear fission reactions.
For such a chain reaction to occur, enough uranium-235 must be present in the sample to capture the neutrons generated in the fission reaction. Otherwise, many of the neutrons will escape from the sample and the chain reaction will not occur. In this situation, the mass of the sample is said to be subcritical. When the amount of the fissionable material is equal to or greater than the critical mass, the minimum mass of fissionable material required to generate a self-sustaining nuclear chain reaction, most of the neutrons will be captured by uranium-235 nuclei, and a chain reaction will occur.
Atomic Bomb Two separated pieces of U-235 at subcritical masses. When triggered, those two pieces are pushed to merge and exceed the critical mass. Then chain reaction happens to cause explosion.
Nuclear Reactors Several pieces of U-235 at subcritical masses. Nuclear fission happens mildly without causing explosion. Control rods are used to adjust the reaction speed.
Nuclear Fusion is the combining of small nuclei into larger ones. Fusion reactions take place only at very high temperatures.
Examples
Reactions happen in the Sun.
Reactions happen in a Hydrogen Bomb
$$ \begin{align*} & \ce{^6_3Li +^2_1H -> 2^4_2\alpha} \\ & \ce{^2_1H + ^2_1H -> ^3_1H + ^1_1H} \end{align*} $$Requirements
- Know what are nuclear fission and fusion;
- Understand what is critical mass and what is chain reaction;
- Be familiar with above examples.
from IPython.core.display import HTML
def css_styling():
styles = open("custom.css", "r").read()
return HTML(styles)
css_styling()